    /*
    =======================================
    Cascading Stylesheet File
    Written by Bryce Summers on Feb.18.2025
    Edited  by Bryce Summers on Feb 27.2025
    Adapted for blog post    on Sep.22.2025
    =======================================
    */

    body
    {
        /*background-color: #dddddd;*/
        margin:25px;
        background-color: white;
        max-width:725px;
        padding:.5in;
        border-style: solid;
        border-color:black;
        border-width: 1px;
        border-right-width:2px;
        border-bottom-width:2px;
        margin-left:auto;
        margin-right:auto;
    }


    /* Selectors and Formatting Directives go here */
    .Insertion, .Substitution
    {
        color:blue;
    }

    .Deletion
    {
        color:red;
        text-decoration: line-through;
        /*text-decoration: underline;*/
        padding-bottom:10px;
        font-size:12pt;
    }

    
    .Deletion:hover
    {
        text-decoration: underline;
    }
    